I’m trying to convert a V2 Custom Webhook handler to V3 but the new payload doesn’t contain alerts and consequently the alert_key (dedupe key) for incidents .
We publish alarms as incident alerts from our SMARTset system to PagerDuty and set the dedupe key on the alert. We allow users to acknowledge them either in SMARTset or PagerDuty and we sync the systems by using the alert_key in the V2 Webhook payload. There dosn’t seem to be a concept for this in V3.
I’ve tried using Custom Data but that isn’t returned in the V3 payload either. Am I doing something wrong?